object FTPForm: TFTPForm Left = 451 Top = 374 BorderStyle = bsDialog Caption = 'PowerArchiver FTP Quick Connect' ClientHeight = 196 ClientWidth = 416 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = False Position = poOwnerFormCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox2: TGroupBox Left = 8 Top = 104 Width = 321 Height = 81 Caption = ' File Information ' TabOrder = 1 object Label1: TLabel Left = 12 Top = 24 Width = 51 Height = 13 Caption = '&Local File: ' FocusControl = Edit975 end object Label2: TLabel Left = 12 Top = 48 Width = 93 Height = 13 AutoSize = False Caption = 'De&stination File: ' FocusControl = Edit976 end object Edit975: TEdit Left = 112 Top = 20 Width = 193 Height = 21 Enabled = False ReadOnly = True TabOrder = 0 Text = 'Edit975' end object Edit976: TEdit Left = 112 Top = 44 Width = 193 Height = 21 TabOrder = 1 Text = 'Edit976' end end object CorelButton1: TButton Left = 336 Top = 8 Width = 75 Height = 25 Caption = '&Upload' Default = True TabOrder = 2 OnClick = CorelButton1Click end object CorelButton2: TButton Left = 336 Top = 40 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 3 OnClick = CorelButton2Click end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 321 Height = 89 Caption = ' FTP Profile ' TabOrder = 0 object Label3: TLabel Left = 8 Top = 24 Width = 32 Height = 13 Caption = '&Profile:' FocusControl = ComboBox1 end object ComboBox1: TComboBox Left = 48 Top = 20 Width = 257 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object Button1: TButton Left = 48 Top = 48 Width = 81 Height = 25 Caption = '&New Profile...' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 224 Top = 48 Width = 81 Height = 25 Caption = '&Delete Profile' TabOrder = 3 OnClick = Button2Click end object Button3: TButton Left = 136 Top = 48 Width = 81 Height = 25 Caption = '&Edit Profile' TabOrder = 2 OnClick = Button3Click end end object Button4: TButton Left = 336 Top = 72 Width = 75 Height = 25 Caption = '&Help' TabOrder = 4 OnClick = Button4Click end end